home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / graphicdump < prev    next >
Text File  |  1993-01-23  |  2KB  |  50 lines

  1. GRAPHICDUMP(1)                  DOS COMMANDS                  GRAPHICDUMP(1)
  2.  
  3. NAME
  4.      GRAPHICDUMP : Prints the content of any Amiga screen on a printer.
  5.  
  6. SYNOPSIS
  7.      GRAPHICDUMP [tiny|small|medium|large|xdots:ydots]
  8.  
  9. TEMPLATE
  10.      GRAPHICDUMP "[tiny | small | medium | large | xdots:ydots] "
  11.  
  12. PATH
  13.      SYS:Tools
  14.  
  15. DESCRIPTION
  16.             GRAPHICDUMP prints the contents of the frontmost screen on a 
  17.      printer 10 seconds after the command is issued. This means that the user
  18.      has 10 seconds to "produce" the screen he wants to print. The printer
  19.      settings are taken from the preferences settings. The command is usually
  20.      started from Workbench, but can be called from the Shell.
  21.             With the different options, it is possible to set the size of the
  22.      paper hard copy.
  23.  
  24. OPTIONS
  25.      tiny: the width of the printed screen is more or less 1/4 of the
  26.            original. The height is adjusted to maintain the original aspect
  27.            ratio of the screen.
  28.  
  29.      small: the width of the printed screen is more or less 1/2 of the
  30.            original. The height is adjusted to maintain the original aspect
  31.            ratio of the screen.
  32.  
  33.      medium: the width of the printed screen is more or less 3/4 of the
  34.            original. The height is adjusted to maintain the original aspect
  35.            ratio of the screen.
  36.  
  37.      large: the screen is printed to the maximum size allowed by the printer.
  38.            This is the default.
  39.  
  40.      xdots:ydots : the width and height to use for the printed copy. This
  41.            must be used wisely when the original aspect ratio has to be
  42.            preserved. Both size must be given (or none at all.)
  43.  
  44. SEE ALSO
  45.      PREFERENCES.
  46.  
  47. EXAMPLE
  48.      > GRAPHICDUMP medium
  49.      > GRAPHICDUMP 320:100
  50.